projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d5f41
)
Remove assignment to unused field memory_target.
author
emellor@ewan
<emellor@ewan>
Sat, 17 Sep 2005 21:34:34 +0000
(22:34 +0100)
committer
emellor@ewan
<emellor@ewan>
Sat, 17 Sep 2005 21:34:34 +0000
(22:34 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index 330736700b1006f7ee8e0d51c20ed717ca6a674e..30f88790cdcd8fb226075e2f6c75d326a926265e 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-368,7
+368,6
@@
class XendDomainInfo:
self.storeDom("console/ring-ref", ref)
def setMemoryTarget(self, target):
- self.memory_target = target
self.storeDom("memory/target", target)
def update(self, info=None):